04. Debugging Practice 3

Debugging Practice 3

Start Quiz:

# What do you think the programmer who wrote the following code WANTED it to do?
#
# Do you think this code will work? Why or why not?

print 1
print 2
print 3
print 4
print 5
Print 6
print 7
print 8
print 9

# Once you have a guess, press the "Test Run" button below.
#
# Tip: Read the LAST line of the error message first.